This is the documentation for the Realbasic Plugins from Monkeybreadsoftware.de. You find these plugins and the newest version of this document at http://www.monkeybreadsoftware.de/realbasic inside the plugins section.
This help was last updated on Freitag, 6. September 2002 and covers 2136 items: 126 classes, 2 controls and 583 global functions.
The list of the themes | Global methods by category | Global methods by name | The list of the classes | The list of the controls |
Graphics & Pictures | |
NewBluePalette as palette | |
NewGrayPalette as palette | |
NewGreenPalette as palette | |
NewPalette(count as integer) as palette | |
NewPalmPalette as palette | |
NewRedPalette as palette | |
NewSystemPalette as palette | |
NewWebPalette as palette | |
NewWindowsPalette as palette | |
BinaryStringtoPicture(data as String) as Picture | |
PicturetoBinaryString(p as picture) as string | |
PicturetoString(p as picture,codec as string,quality as integer,depth as integer) as string | |
StringtoPicture(data as String, FileName as String, MimeType as String) as Picture | |
StringtoPictureByOSType(data as String, OSType as String) as Picture | |
class Application | |
method OverlayApplicationDockTileImage(pic as picture,mask as picture) as boolean | |
method RestoreApplicationDockTileImage as boolean | |
method SetApplicationDockTileImage(pic as picture,mask as picture) as boolean | |
class Graphics | |
method DrawArc(left as integer,top as integer,width as integer,height as integer,start as integer,arc as integer) | |
method FillArc(left as integer,top as integer,width as integer,height as integer,start as integer,arc as integer) | |
method Invert(left as integer,top as integer,width as integer,height as integer) as boolean | |
method Scroll(left as integer, top as integer, width as integer, height as integer, dx as integer, dy as integer) | |
class Palette | |
property count as integer | |
method CountColors as integer | |
method Mem as memoryblock | |
method NewPicture(width as integer,height as integer) as picture | |
property Palette as Palette | |
class Picture | |
method Bitmap as picture | |
method Clone as picture | |
property DataHandle as integer | |
property DataType as integer | |
method DrawPicture(source as picture,sLeft as integer,sTop as integer,sWidth as integer,sHeight as integer,dLeft as integer,dTop as integer,dWidth as integer,dHeight as integer,mode as integer) as boolean | |
method DrawPictureMask(source as picture,mask as picture,sLeft as integer,sTop as integer,sWidth as integer,sHeight as integer,dLeft as integer,dTop as integer,dWidth as integer,dHeight as integer) as boolean | |
method HMirror as picture | |
method Invert(left as integer,top as integer,width as integer,height as integer) as boolean | |
method MakeHBITMAP as integer | |
method PicHandle as picture | |
method Rotate(angle as double,background as color) as picture | |
method Rotate180 as picture | |
method Rotate270 as picture | |
method Rotate90 as picture | |
method VMirror as picture |
Written 2002 by Christian Schmitz. Feel free to ask or report mistakes to realbasic@macsw.de.
Thanks.